@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

body
{
	font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
	color: #111111;
}

div.body-container	/* This is used for main body content */
{
	/* padding-left: 2em;
	padding-right: 2em;
	padding-top: 2em;*/
	border-top: 3px solid #f5f5f5;
}

div.sideContent	/* This is used for navigation buttons and print button on the top-right corner */
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 25%;
}

/* Breadcrumbs */

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	mc-breadcrumbs-prefix: 'You are here: ';
	color: #000000;
}

a.MCBreadcrumbsLink
{
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #F6AE2D;
}

h1
{
	font-family: 'Roboto Condensed', 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	border-left: 5px solid #F6AE2D;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
	mc-hyphenate: never;
}

h2
{
	font-family: 'Roboto', 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	border-left: 5px solid #F6AE2D;
	margin-top: 2em;
	padding-left: 10px;
	mc-hyphenate: never;
}

h3
{
	font-family: 'Roboto', 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	border-left: 5px solid #F6AE2D;
	margin-top: 2.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	mc-hyphenate: never;
}

h4	/* Do not use this heading in Online Help */
{
	font-family: 'Roboto', 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	border-left: 5px solid #F6AE2D;
	margin-top: 2.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	mc-hyphenate: never;
}

p
{
	font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.6em;
	font-size: medium;
	color: #4a4a4a;
	mc-hyphenate: never;
}

ul
{
	font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: medium;
	color: #4a4a4a;
	mc-hyphenate: never;
}

ol
{
	font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: medium;
	color: #4a4a4a;
	mc-hyphenate: never;
}

li
{
	font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: medium;
	color: #4a4a4a;
	line-height: 150%;
	mc-hyphenate: never;
}

img
{
	border: 1px solid #C0C0C0;
	max-width: 100%;
	height: auto;
	mc-thumbnail-max-height: auto;
}

img.icon
{
	width: auto;
	height: 20px;
}

span.strong	/* Use for all UI elements such as buttons, lists, textbox, checkbox, etc. */
{
	font-weight: bold;
}

span.InlineCode	/* Use for code/commands that are inline to the text */
{
	font-weight: bold;
	font-family: monospace;
	background: #f2f2f2;
}

span.FilePath	/* Use for file or folder path */
{
	font-family: monospace;
	mc-hyphenate: never;
}

/* Standout Text */

p.Note
{
	mc-auto-number-format: 'Note: ';
	mc-auto-number-class: strong;
	background: #ebeeff;
	color: #004f87;
	border-left: 5px solid #8fdbff;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 10px;
	overflow: auto;
	mc-hyphenate: never;
}

p.imp
{
	mc-auto-number-format: 'Important: ';
	mc-auto-number-class: strong;
	background: #FFE8E8;
	color: #cc0000;
	border-left: 5px solid #FC4242;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 10px;
	overflow: auto;
	mc-hyphenate: never;
}

p.Warning
{
	mc-auto-number-format: 'Warning: ';
	mc-auto-number-class: strong;
	background: #FFF0C3;
	color: #b35900;
	border-left: 5px solid #FBBC05;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 10px;
	overflow: auto;
	mc-hyphenate: never;
}

p.Tip
{
	mc-auto-number-format: 'Tip: ';
	mc-auto-number-class: strong;
	background: #f9ffe6;
	color: #3b4d00;
	border-left: 5px solid #99cc00;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 10px;
	overflow: auto;
	mc-hyphenate: never;
}

p.notice
{
	background: #f2f2f2;
	color: #002d4d;
	border-left: 5px solid #005b9c;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 10px;
	overflow: auto;
	mc-hyphenate: never;
}

/* Add-in download button */

.btn {
  background-color: #f6ae2d;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: medium;
  font-weight: bold;
  width:150px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #FDD017;
}

.downloadLink
{
	color: white;
	text-decoration: none;
	/* font-weight: bold; */
}

/* Code Snippet - Use div.sampleText and p.Code in conjunction with each other */

div.sampleText
{
	font-family: monospace;
	background: #f2f2f2;
	border-left: 5px solid #a9a9a9;
	color: #404040;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 10px;
	mc-hyphenate: never;
}

p.Code
{
	font-family: monospace;
	color: #404040;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	mc-hyphenate: never;
}

p.FAQ	/* Use this for FAQ questions */
{
	font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-top: 2.5em;
	margin-bottom: 1em;
	mc-heading-level: 0;
	mc-hyphenate: never;
}

/* Tables */

td
{
	font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
	font-size: medium;
	color: #4a4a4a;
}

/* Columns - This is used in the WithTopicMenu master page */

*
{
	box-sizing: border-box;
}

.column1
{
	float: left;
	width: 70%;
	padding: 10px;
}

.column2
{
	float: left;
	width: 30%;
	padding: 10px;
}

.row:after	/* Clear floats after the columns */
{
	content: "";
	display: table;
	clear: both;
}

div.logo-wrapper > a.logo.selected > img
{
	border-color: transparent;
}

a.logo > img
{
	border-color: transparent;
}

/* Footer */

#footer
{
	box-sizing: border-box;
	border-top: 1px solid #EEEEEE;
	height: 100px;
	position: relative;
}

div.footerCon
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

.menuFooter
{
	background: transparent;
/*	padding-left: 0.67rem;
	padding-right: 0.67rem; */
	padding-top: 1.5em;
	color: #4a4a4a;
	display: visible;
}

#footer div.footerCon
{
	max-width: 100%;
	margin: 0 auto;
	padding: 1em;
}

div.push
{
	height: 100px;
	margin-top: 50px;
}

/* Release Notes */

div.RNContainer
{
	padding-top: 9pt;
}

p.RNHeading	/*Use for headings in release notes sections*/
{
	margin-left: 0;
	/*margin-top: 12px;
	margin-bottom: 12px;
	line-height: 1.6em;
	font-family: Lato;
	font: Lato;
	font-size: 10pt;*/
	mc-hyphenate: never;
	font-weight: bold;
	font-style: normal;
}

p.new
{
	background-color: #28a745;
	flex: 0 0 65px;
	/*font-size: 10px;*/
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-right: 8px;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
}

p.improved
{
	background-color: #0366d6;
	flex: 0 0 65px;
/*	font-size: 10px;*/
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-right: 8px;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
}

p.api
{
	background-color: #F6AE2D;
	flex: 0 0 65px;
	/*font-size: 10px;*/
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-right: 8px;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
}

p.bugfix
{
	background-color: #6f42c1;
	flex: 0 0 65px;
	/*font-size: 10px;*/
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-right: 8px;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
}

p.removed
{
	background-color: #d73a49;
	flex: 0 0 65px;
	/*font-size: 10px;*/
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-right: 8px;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
}

p.knownissue
{
	background-color: #403D58;
	flex: 0 0 65px;
	/*font-size: 10px;*/
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-right: 8px;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
}

hr.ReleaseNotes
{
	border: solid 0.5px #dcdcdc;
}


/* Internal MadCap CSS */

MadCap|miniTocProxy
{
	font-size: 1em;
}

p.MiniTOC1
{
	line-height: 0.5em;
}

p.MiniTOC2
{
	margin-left: 2em;
	text-indent: 0.9em;
	line-height: 0.5em;
	font-size: medium;
}

div.MCMiniTocBox_0,
div.MCRelationshipsProxy_0
{
	overflow: auto;
}

.hidden
{
	display: none;
}

/* Comment out the foundation-wrap class if you intend to review content. Otherwise, you won't be able to see it! Always keep this in the css for final output however. Important.*/

/* .foundation-wrap
{
	visibility: hidden !important;
}/*
